chore(deps): bump release-please-action to v5 and setup-node to v6.4.0#41
Merged
Merged
Conversation
Re-applies two stale Dependabot bumps (#34, #33) that targeted workflow files removed in the monorepo refactor (#37). Both actions now live only in release.yml: - googleapis/release-please-action v4 -> v5.0.0 (runtime bump to node24; no config/output API changes) - actions/setup-node v6.3.0 -> v6.4.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-applies two stale Dependabot bumps that became un-mergeable after the monorepo refactor (#37) deleted the workflow files they targeted (
release-pr.yml,publish-tokens.yml) and switchedci.ymlto setup-bun. Both actions now live only inrelease.yml, so the bumps are applied there directly.googleapis/release-please-actionv4 → v5.0.0 (replaces chore(deps): Bump googleapis/release-please-action from 4.4.0 to 5.0.0 #34). Sole breaking change in v5 is the action runtime moving to node24 — no config/output API changes, so this workflow'sconfig-file/manifest-file/outputs are unaffected.actions/setup-nodev6.3.0 → v6.4.0 (replaces chore(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 #33), both occurrences.Closes #33, #34.
🤖 Generated with Claude Code